C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / MinLength Property

In This Topic
MinLength Property (AutoCompleteBase<T>)
In This Topic
Gets or sets the minimum input length to trigger autocomplete suggestions.
Syntax
'Declaration
 
<DefaultValueAttribute(2)>
Public Overridable Property MinLength As Integer
 
See Also